home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / internet / DOMPRO11 / DOMAIN.exe / 0 / RCDATA / TFORMDEMO / TFORMDEMO.txt < prev   
Encoding:
Text File  |  1998-02-01  |  1.9 KB  |  71 lines

  1. object FormDemo: TFormDemo
  2.   Left = 265
  3.   Top = 166
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Demonstration'
  7.   ClientHeight = 162
  8.   ClientWidth = 312
  9.   Color = clWhite
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 312
  21.     Height = 162
  22.     Align = alClient
  23.     Shape = bsFrame
  24.     Style = bsRaised
  25.   end
  26.   object Shape1: TShape
  27.     Left = 8
  28.     Top = 8
  29.     Width = 297
  30.     Height = 113
  31.     Shape = stRoundRect
  32.   end
  33.   object Label1: TLabel
  34.     Left = 28
  35.     Top = 16
  36.     Width = 257
  37.     Height = 89
  38.     AutoSize = False
  39.     Caption = 'Label1'
  40.     Font.Color = clBlack
  41.     Font.Height = -13
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.     WordWrap = True
  47.   end
  48.   object SpeedButton1: TSpeedButton
  49.     Left = 88
  50.     Top = 128
  51.     Width = 145
  52.     Height = 25
  53.     Caption = 'CONTINUE'
  54.     Glyph.Data = {
  55.       78010000424D7801000000000000760000002800000020000000100000000100
  56.       04000000000000000000120B0000120B00000000000000000000000000000000
  57.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  58.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  59.       033333FFFF77777773F330000077777770333777773FFFFFF733077777000000
  60.       03337F3F3F777777733F0797A770003333007F737337773F3377077777778803
  61.       30807F333333337FF73707888887880007707F3FFFF333777F37070000878807
  62.       07807F777733337F7F3707888887880808807F333333337F7F37077777778800
  63.       08807F333FFF337773F7088800088803308073FF777FFF733737300008000033
  64.       33003777737777333377333080333333333333F7373333333333300803333333
  65.       33333773733333333333088033333333333373F7F33333333333308033333333
  66.       33333737333333333333330333333333333333733333333333330000}
  67.     NumGlyphs = 2
  68.     OnClick = SpeedButton1Click
  69.   end
  70. end
  71.